package graphite
Import Path
github.com/K-Phoen/grabana/target/graphite (on go.dev)
Dependency Relation
imports one package, and imported by 7 packages
Involved Source Files
graphite.go
Package-Level Type Names (total 2)
Graphite represents a graphite query.
Builder *sdk.Target
func New(query string, options ...Option) *Graphite
Option represents an option that can be used to configure a graphite query.
func Hide() Option
func Ref(ref string) Option
func New(query string, options ...Option) *Graphite
func github.com/K-Phoen/grabana/gauge.WithGraphiteTarget(query string, options ...Option) gauge.Option
func github.com/K-Phoen/grabana/graph.WithGraphiteTarget(query string, options ...Option) graph.Option
func github.com/K-Phoen/grabana/heatmap.WithGraphiteTarget(query string, options ...Option) heatmap.Option
func github.com/K-Phoen/grabana/singlestat.WithGraphiteTarget(query string, options ...Option) singlestat.Option
func github.com/K-Phoen/grabana/stat.WithGraphiteTarget(query string, options ...Option) stat.Option
func github.com/K-Phoen/grabana/table.WithGraphiteTarget(query string, options ...Option) table.Option
func github.com/K-Phoen/grabana/timeseries.WithGraphiteTarget(query string, options ...Option) timeseries.Option
Package-Level Functions (total 3)
Hide the query. Grafana does not send hidden queries to the data source,
but they can still be referenced in alerts.
New creates a new Graphite query.
Ref sets the reference ID for this query.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |